home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000394_news@newsmaster….columbia.edu _Tue Apr 7 10:52:33 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA07316
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 7 Apr 1998 10:52:32 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA00272
  7.     for kermit.misc@watsun; Tue, 7 Apr 1998 10:52:32 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!ais.net!news.dgsys.com!feeder.swcp.com!sloth.swcp.com!helios
  9. From: helios@swcp.com (Thomas David Nichols)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Msdos Kermit & Windows 95 DOS prompt.
  12. Date: 7 Apr 1998 14:32:33 GMT
  13. Organization: Heliotrope Quality Systems
  14. Lines: 27
  15. Message-ID: <6gdde1$m1e$1@sloth.swcp.com>
  16. References: <3529944E.1ACDB07A@netlink.com.au>
  17. NNTP-Posting-Host: boofura.swcp.com
  18. X-Newsreader: TIN [version 1.2 PL2]
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8597
  20.  
  21. Ross Irvine (rirvine@netlink.com.au) wrote:
  22. : As you can see, the first time I ran kermit it doesn't find the com port
  23. : and sets the port to bios 1. I then exit kermit and reload it straight
  24. : away (without rebooting or doing anything) and kermit finds the com port
  25. : and works happily.
  26.  
  27. : It just seems like sometimes it works, sometimes it doesn't.
  28.  
  29. : If anyone has any ideas I would be greatfull.
  30.  
  31. This is how I check for a failure to set port 4 when I use MSKermit 3.14
  32. within Windows 3.1.  "Set port 4" has not yet failed on the second attempt.
  33.  
  34. set com4 \x2e8 3
  35. set port 4              ; Change if desired.  If COM3 or 4, read KERMIT.BWR.
  36. if equal \v(port) Bios4 -
  37.   echo {Trying "set port 4" again}
  38. if equal \v(port) Bios4 -
  39.   sleep 2, set port 4
  40. if equal \v(port) Bios4 -
  41.   fatal {Try repeating TAKE MSCUSTOM.INI}
  42.  
  43.  
  44. --
  45. Thomas David Nichols   Heliotrope Quality Systems   1-505-298-4657
  46. ISO 9000 Consulting      Web page design      Database programming
  47. helios@swcp.com                        http://www.swcp.com/~helios